home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20030409-20031118 / 000125_jaltman@columbia.edu_Tue Jun 3 09:29:05 EDT 2003.msg < prev    next >
Text File  |  2003-11-18  |  3KB  |  77 lines

  1. Article: 14350 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
  3. From: Jeffrey Altman <jaltman@columbia.edu>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Trouble with dialup connection from K95
  9. References: <8ce22d01.0306020820.640a4c8b@posting.google.com> <bbftqf$b8$1@watsol.cc.columbia.edu> <vdnfcm1t55b4c@corp.supernews.com>
  10. In-Reply-To: <vdnfcm1t55b4c@corp.supernews.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 54
  14. Message-ID: <ZuQCa.94460$h42.92508@twister.nyc.rr.com>
  15. Date: Mon, 02 Jun 2003 22:48:25 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1054594105 66.108.138.151 (Mon, 02 Jun 2003 18:48:25 EDT)
  19. NNTP-Posting-Date: Mon, 02 Jun 2003 18:48:25 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14350
  22.  
  23. When you use a TAPI device you cannot communicate with the modem
  24. unless you instruct K95 to disable TAPI's control of the dialing
  25. sequence.
  26.  
  27.    SET TAPI MODEM-DIALING OFF
  28.    SET TAPI LINE <device>
  29.    SET CARRIER OFF
  30.  
  31. ...
  32.  
  33. Jeffrey Altman
  34. Kermit 95 Author, Volunteer
  35.  
  36. JDan Skinner wrote:
  37. >
  38. > Thanks Frank;
  39. > Agreed!
  40. > I was able to get that far.
  41. > The problem (after some more searching) seems to be:
  42. > after the set port, if I do
  43. > set carr off
  44. > c
  45. > I get the terminal screen with cursor.
  46. > If I type
  47. > at<cr>
  48. > nothing is echoed to the screen, cursor does not move.
  49. > if I type
  50. > at&f<cr>
  51. > nothing ie echoed
  52. > if I type 
  53. > atdt<phone_number><cr>
  54. > blind - I can hear the modem dial and negotiate and connect, I can login 
  55. > blind as confirmed by later connection with the old machine
  56. > Nothing is ever displayed on the terminal screen. There is a modem icon in 
  57. > the task bar which shows bi-directional traffic.
  58. > If I force HyperTerm to a direct serial connection to the modem and type 
  59. > at<cr>
  60. > It works as one would expect, as K95 does on the old machine.
  61. > type
  62. > at<cr>
  63. > and it echos
  64. > OK
  65. > I was suspicious of DTR but its value is unknown on both the working and 
  66. > non-working machines.
  67. > One more piece of confusion.
  68. > I tried the old script with the changes you suggest above.
  69. > It dials, connects and the login prompt is displayed on the command screen.
  70. > It switches to terminal screen with the same login prompt and then nothing 
  71. > echos.
  72. > More guidance please!!
  73.  
  74.